DataCollection

StockSharp.Xaml.Diagram.GXDiagram.Model.GraphLinksModel`4

This nested class is a serializable collection of node data and link data.

Implementiert: IDataCollection

Eigenschaften

Model : GraphLinksModel<T, T, T, T>

Gets or sets the model that owns all of the nodes in this collection.

Nodes : IEnumerable<T>

Gets or sets the collection of node data, each of type .

Methoden

AddNode(T)

Add a node data to this collection.

nodedata
the data type is the model's NodeType type parameter
ContainsNode(T) : bool

This predicate is true if the given node data is in the collection of Nodes.

nodedata
the data type is the model's NodeType type parameter
RemoveNode(T)

Remove a node data from this collection.

nodedata
the data type is the model's NodeType type parameter